Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ButtonTextCollectionInfo Class / AddRange Method / AddRange(String[],String[]) Method
The key values of buttons.
The button text strings.


In This Topic
AddRange(String[],String[]) Method
In This Topic
Add items to the ButtonTextCollectionInfo.
Syntax
'Declaration
 
Public Overloads Sub AddRange( _
   ByVal keys() As String, _
   ByVal values() As String _
) 
 
'Usage
 
Dim instance As ButtonTextCollectionInfo
Dim keys() As String
Dim values() As String
 
instance.AddRange(keys, values)

Parameters

keys
The key values of buttons.
values
The button text strings.
See Also